.hyweb { width:100%; height:450px; position: relative; overflow:hidden; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:450px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:450px;}
.hyweb li A{ width:100%;height:450px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:48%; bottom:10px;  height:15px; line-height:15px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 12px;
	height: 12px;
	line-height:0px;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden;
	background-image: url(t6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hyweb .num li.on {
	background-image: url(t2.png);
	background-repeat: no-repeat;
	background-position: center center;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 60px;
	height:450px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:3%;
	background-image: url(prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:3%;
	background-position: right center;
	background-image: url(next.png);
}

.hywebn { width:100%; height:260px; position: relative; overflow:hidden; }
.hywebn li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:260px; text-align:center;
}